Fixed a bug in the ODF Builder for CodeWarrior. The script was failling when a MPW folder was not present in the Preferences folder.
• AppMaker folder changes (See the updated readme "Using AppMaker with ODF" for more details):
- New AppMaker 2.0beta5 (demo version) fixes several important bugs over 2.0beta4.
- New ODF language plug-in "ODF Full" allows to generate source code as well as view resources. The other plug-in is now called "ODF Views", it generates only the ODFRC resources in Views.fr and resource ids in Views.k
New:
• CW9 Conversion in "Getting Started:CodeWarrior Development:"
Instruction to convert CodeWarrior 8 projects to CodeWarrior 9.
ODF Release 1 Update 2 - ETO #21
Removed
• CW9 Conversion in "Getting Started:CodeWarrior Development:". See Changed section.
Changed
• All CodeWarrior projects have been updated to CodeWarrior 9 including DU Samples and PartMaker templates. The following changes have been made:
- We are now using the Metrowerks set_new_handler instead of the ODF set_new_handler
- Fixed a bug in ODF causing alignment problems with CW9 68K
- Removed ODFRuntime.lib and use instead the Metrowerks runtime library. Projects created with a previous ODF Release 1 should apply the following changes:
- PPC projects.
- Remove ODFRuntime.lib
- Remove ANSI C++.PPC.Lib
- Add MWCRuntime.lib
- Add console.stubs.c
- 68K projects
- Remove ODFRuntime.lib
- Remove ANSI (4i/8d) C++.CFM68K.Lib
- Add MWCFM68KRuntime.lib
- Add console.stubs.c
• CodeWarrior Profiling support has been updated to CodeWarrior 9.
• ODF Release 1 contains a bug that causes embedding parts written with ODF to be incompatible with CyberDog button parts. This patch addresses the CyberDog compatibility problem and fixes a related ODF design problem that interfered with support for containing-part properties in embedding parts written with ODF.